* configure.ac: Set shrext to ".dylib" for Darwin (ie. Mac OS).
* babl/babl-extension.c: Use BABL_DIR_SEPARATOR instead of "/".
svn path=/trunk/; revision=277
+2008-02-11 Kevin Cozens <kcozens@cvs.gnome.org>
+
+ * configure.ac: Set shrext to ".dylib" for Darwin (ie. Mac OS).
+
+ * babl/babl-extension.c: Use BABL_DIR_SEPARATOR instead of "/".
+
2008-01-22 Sven Neumann <sven@gimp.org>
* extensions/gimp-8bit.c (u8_gamma_2_2_to_float_linear): use the
#include "config.h"
#endif
-#define BABL_PATH LIBDIR "/" BABL_LIBRARY
+#define BABL_PATH LIBDIR BABL_DIR_SEPARATOR BABL_LIBRARY
#define BABL_INIT_HOOK init_hook ();
#define BABL_DESTROY_HOOK destroy_hook ();
AC_MSG_CHECKING([for some Win32 platform])
case "$target_or_host" in
+ *-*-darwin*)
+ platform_win32=no
+ shrext=.dylib
+ ;;
*-*-mingw* | *-*-cygwin*)
platform_win32=yes
shrext=.dll